Skip to Content

Search Knowledge Base

Calculating the Display Value of an Object Associated with a Task

In CMW Platform one can calculate the system task table in a separate record template in order to display more task parameters and set up more convenient grouping (for example, by related object). At the same time, each of the attribute/parameters must be created in such a record template, and in each of them a calculated expression in the N3 langu … Read More


Calculating child records of all levels of the tree structure

In CMW Platform it is possible to create mutual links both between record templates and within a single record template, for example, to build a tree structure (works, departments, etc.). This article is applicable in the case of implementing a tree structure of relationships and provides an example of an expression for obtaining all child records … Read More


Calculating a hyperlink to a record

In order to calculate a link to a specific record in the system, for example, to be sent in a notification, enter the following expression: FORMAT("<a href=https://cmw.com/#form/oa.2/form.3/{0}>Request</a>",LIST($id)) where: https://cwm.com/#form/oa.1/form.1 — link to the entry form; Request — the displayed text; $id … Read More


Configuring Custom Mask

Table of Contents Use Case Instructions Mask Regular Expression Syntax Use Case In the CMW Platform, you can define a regular expression mask for the Text attribute display format. When the user enters the attribute value, the mask restricts it to the specified format. You can use the preconfigured E-mail address mask or specify a Custom mask. … Read More


Configuring Dynamic Field Display Using a Form Rule

Table of Contents Use Case Prerequisites Instructions Formula Syntax See Also Use Case In the CMW Platform, you can define a set of rules for any form to control its element behavior. Each rule can include several conditional actions: Set field values Show field validation warnings and error messages Change element access mode: require entr … Read More


Comindware integration with Data Studio

Data studio is a google service that provides the ability to connect to any data source. Based on them, you can create interactive dashboards and beautiful reports, available both for individual users, teams, and for the whole world. Data Studio cannot connect directly to CMW Tracker because the product has a graph database instead of a relational … Read More


Calculating a table inside a text field

If you want to send some data in the form of a table in, for example, an email notification, insert the following expression: FORMAT("<table width=800 align =Left> <tr><th width=500><h2>{0}</h2></th> <th width=100><h2>Wirkung %</h2></th> <th width=100> <h2>Datum</h2> … Read More


CMW Tracker for Outlook does not show up in Outlook after installation

Sometimes after Comindware for Outlook installation, the add-in doesn’t show up in MS Outlook even if you restart it. It may occur when some system security settings on your machine don’t allow third-party add-ins integration into MS Outlook. However you can enable the CMW Tracker add-in manually.  Before you go on reading, take a minut … Read More


Calculation of objects that meet the condition

Task example: in the table on the project form, it is necessary to display only those employees who have the skills necessary for the project. An employee is displayed only if all the requested skills are present. The project "Space tourism", the necessary skills to work in the project: Astronomy, Foreign languages, Logistics. Employee #1 has the f … Read More


Configuring Context-Dependent Filter for Record Attribute

Table of Contents Use Case Prerequisites Instructions See Also Use Case In the CMW Platform, a Record attribute is used to select values from another record template. By default, a Record field lists all records linked to the attribute. But in some scenarios, you might want to show only certain records.  To limit the record set displayed in the … Read More


Results 11 - 20 of 361